home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / komunikace / bitspirit / bsv3.3.2.263.EN.exe / {app} / BetterSP2.exe / 1024 / MANIFEST / 1
Extensible Markup Language  |  2008-04-16  |  928b  |  30 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3. <assemblyIdentity 
  4.     processorArchitecture="x86"
  5.     version="1.0.0.0" 
  6.     name="Microsoft.Windows.SP2Patch" type="win32" />
  7. <description>Patch for tcpip.sys</description>
  8. <dependency>
  9.     <dependentAssembly>
  10.         <assemblyIdentity
  11.             type="win32"
  12.             name="Microsoft.Windows.Common-Controls"
  13.             version="6.0.0.0"
  14.             publicKeyToken="6595b64144ccf1df"
  15.             processorArchitecture="x86"
  16.         />
  17.     </dependentAssembly>
  18. </dependency>
  19. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  20.     <security>
  21.         <requestedPrivileges>
  22.             <requestedExecutionLevel
  23.                 level="highestAvailable"
  24.                 uiAccess="false"
  25.             />
  26.         </requestedPrivileges>
  27.     </security>
  28. </trustInfo>
  29. </assembly>
  30.